home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALMAINFORM / TJOURNALMAINFORM.txt < prev   
Encoding:
Text File  |  1996-12-12  |  26.4 KB  |  819 lines

  1. object JournalMainForm: TJournalMainForm
  2.   Left = 210
  3.   Top = 109
  4.   Width = 778
  5.   Height = 571
  6.   Caption = 'The Journal'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = JournalMainMenu
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   WindowMenu = WindowMenu
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object MainStatusBar: TStatusBar
  23.     Left = 0
  24.     Top = 506
  25.     Width = 770
  26.     Height = 19
  27.     Font.Color = clGray
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     Panels = <
  32.       item
  33.         Width = 250
  34.       end
  35.       item
  36.         Width = 50
  37.       end
  38.       item
  39.         Alignment = taCenter
  40.         Width = 32
  41.       end
  42.       item
  43.         Width = 50
  44.       end>
  45.     ParentFont = False
  46.     SimplePanel = False
  47.   end
  48.   object HiddenPanel: TPanel
  49.     Left = 188
  50.     Top = 84
  51.     Width = 113
  52.     Height = 29
  53.     Caption = 'HiddenPanel'
  54.     TabOrder = 1
  55.     Visible = False
  56.   end
  57.   object TopDocks: TDocks
  58.     Left = 0
  59.     Top = 0
  60.     Width = 770
  61.     Height = 30
  62.     BoundLines = [dpTop]
  63.     Position = dpTop
  64.     object FormatXToolBar: TXToolBar
  65.       Left = 172
  66.       Top = 2
  67.       Width = 486
  68.       Height = 28
  69.       Caption = 'Format Toolbar'
  70.       DockedTo = TopDocks
  71.       DockLine = 0
  72.       DockPos = 170
  73.       OnDockChanged = FileXToolBarDockChanged
  74.       object FontButton: TSpeedButton
  75.         Left = 3
  76.         Top = 3
  77.         Width = 22
  78.         Height = 22
  79.         Hint = 'Font Dialog'
  80.         Caption = 'A'
  81.         Enabled = False
  82.         Font.Color = clBlack
  83.         Font.Height = -16
  84.         Font.Name = 'Times New Roman'
  85.         Font.Style = [fsBold, fsItalic]
  86.         NumGlyphs = 2
  87.         ParentFont = False
  88.         OnClick = FormatFontClick
  89.       end
  90.       object FontBoldButton: TSpeedButton
  91.         Left = 234
  92.         Top = 3
  93.         Width = 22
  94.         Height = 22
  95.         Hint = 'Bold'
  96.         AllowAllUp = True
  97.         GroupIndex = 1
  98.         Caption = 'B'
  99.         Enabled = False
  100.         Font.Color = clBlack
  101.         Font.Height = -15
  102.         Font.Name = 'MS Serif'
  103.         Font.Style = [fsBold]
  104.         NumGlyphs = 2
  105.         ParentFont = False
  106.         OnClick = FontBoldButtonClick
  107.       end
  108.       object FontItalicButton: TSpeedButton
  109.         Left = 256
  110.         Top = 3
  111.         Width = 22
  112.         Height = 22
  113.         Hint = 'Italic'
  114.         AllowAllUp = True
  115.         GroupIndex = 2
  116.         Caption = 'I'
  117.         Enabled = False
  118.         Font.Color = clBlack
  119.         Font.Height = -15
  120.         Font.Name = 'MS Serif'
  121.         Font.Style = [fsBold, fsItalic]
  122.         ParentFont = False
  123.         OnClick = FontItalicButtonClick
  124.       end
  125.       object FontUnderButton: TSpeedButton
  126.         Left = 278
  127.         Top = 3
  128.         Width = 22
  129.         Height = 22
  130.         Hint = 'Underline'
  131.         AllowAllUp = True
  132.         GroupIndex = 3
  133.         Caption = 'U'
  134.         Enabled = False
  135.         Font.Color = clBlack
  136.         Font.Height = -15
  137.         Font.Name = 'MS Serif'
  138.         Font.Style = [fsBold, fsUnderline]
  139.         ParentFont = False
  140.         OnClick = FontUnderButtonClick
  141.       end
  142.       object FontStrikeButton: TSpeedButton
  143.         Left = 300
  144.         Top = 3
  145.         Width = 22
  146.         Height = 22
  147.         Hint = 'Strikeout'
  148.         AllowAllUp = True
  149.         GroupIndex = 4
  150.         Caption = 'S'
  151.         Enabled = False
  152.         Font.Color = clBlack
  153.         Font.Height = -15
  154.         Font.Name = 'MS Serif'
  155.         Font.Style = [fsBold, fsStrikeOut]
  156.         ParentFont = False
  157.         OnClick = FontStrikeButtonClick
  158.       end
  159.       object FontToolPanel: TToolPanel
  160.         Left = 28
  161.         Top = 3
  162.         Width = 203
  163.         Height = 22
  164.         BevelOuter = bvNone
  165.         Enabled = False
  166.         TabOrder = 0
  167.         object FontCombo: TComboBox
  168.           Left = 4
  169.           Top = 2
  170.           Width = 145
  171.           Height = 21
  172.           Hint = 'Font Face'
  173.           TabStop = False
  174.           Style = csDropDownList
  175.           Enabled = False
  176.           ItemHeight = 13
  177.           Sorted = True
  178.           TabOrder = 0
  179.           OnChange = FontComboChange
  180.         end
  181.         object PointSizeCombo: TComboBox
  182.           Left = 152
  183.           Top = 2
  184.           Width = 49
  185.           Height = 21
  186.           Hint = 'Font Size'
  187.           TabStop = False
  188.           Style = csDropDownList
  189.           Enabled = False
  190.           ItemHeight = 13
  191.           Items.Strings = (
  192.             '8'
  193.             '9'
  194.             '10'
  195.             '11'
  196.             '12'
  197.             '14'
  198.             '16'
  199.             '18'
  200.             '20'
  201.             '22'
  202.             '24'
  203.             '26'
  204.             '28'
  205.             '36'
  206.             '48'
  207.             '72')
  208.           TabOrder = 1
  209.           OnChange = PointSizeComboChange
  210.         end
  211.       end
  212.       object FormatToolPanel: TToolPanel
  213.         Left = 325
  214.         Top = 3
  215.         Width = 158
  216.         Height = 23
  217.         BevelOuter = bvNone
  218.         Enabled = False
  219.         TabOrder = 1
  220.         object AlignLeftButton: TSpeedButton
  221.           Left = 2
  222.           Top = 0
  223.           Width = 22
  224.           Height = 22
  225.           Hint = 'Align Left'
  226.           AllowAllUp = True
  227.           GroupIndex = 5
  228.           Enabled = False
  229.           Glyph.Data = {
  230.             F6000000424DF600000000000000760000002800000010000000100000000100
  231.             0400000000008000000000000000000000001000000010000000000000000000
  232.             80000080000000808000800000008000800080800000C0C0C000808080000000
  233.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  234.             3333333333333333333330000000000033333333333333333333300000000000
  235.             0003333333333333333330000000000033333333333333333333300000000000
  236.             0003333333333333333330000000000033333333333333333333300000000000
  237.             0003333333333333333330000000000033333333333333333333}
  238.           Layout = blGlyphRight
  239.           OnClick = AlignButtonClick
  240.         end
  241.         object AlignCenterButton: TSpeedButton
  242.           Tag = 2
  243.           Left = 23
  244.           Top = 0
  245.           Width = 22
  246.           Height = 22
  247.           Hint = 'Center'
  248.           AllowAllUp = True
  249.           GroupIndex = 5
  250.           Enabled = False
  251.           Glyph.Data = {
  252.             F6000000424DF600000000000000760000002800000010000000100000000100
  253.             0400000000008000000000000000000000001000000010000000000000000000
  254.             80000080000000808000800000008000800080800000C0C0C000808080000000
  255.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  256.             3333333333333333333333330000000033333333333333333333300000000000
  257.             0003333333333333333333330000000033333333333333333333300000000000
  258.             0003333333333333333333330000000033333333333333333333300000000000
  259.             0003333333333333333333330000000033333333333333333333}
  260.           Layout = blGlyphRight
  261.           OnClick = AlignButtonClick
  262.         end
  263.         object AlignRightButton: TSpeedButton
  264.           Tag = 1
  265.           Left = 44
  266.           Top = 0
  267.           Width = 22
  268.           Height = 22
  269.           Hint = 'Align Right'
  270.           AllowAllUp = True
  271.           GroupIndex = 5
  272.           Enabled = False
  273.           Glyph.Data = {
  274.             F6000000424DF600000000000000760000002800000010000000100000000100
  275.             0400000000008000000000000000000000001000000010000000000000000000
  276.             80000080000000808000800000008000800080800000C0C0C000808080000000
  277.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  278.             3333333333333333333333330000000000033333333333333333300000000000
  279.             0003333333333333333333330000000000033333333333333333300000000000
  280.             0003333333333333333333330000000000033333333333333333300000000000
  281.             0003333333333333333333330000000000033333333333333333}
  282.           Layout = blGlyphRight
  283.           OnClick = AlignButtonClick
  284.         end
  285.         object UnIndentButton: TSpeedButton
  286.           Left = 70
  287.           Top = 0
  288.           Width = 22
  289.           Height = 22
  290.           Hint = 'Unindent'
  291.           Enabled = False
  292.           Glyph.Data = {
  293.             F6000000424DF600000000000000760000002800000010000000100000000100
  294.             0400000000008000000000000000000000001000000010000000000000000000
  295.             80000080000000808000800000008000800080800000C0C0C000808080000000
  296.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  297.             3333300000000000000333333333333333333000000000000003333333333333
  298.             3333333433333333333333443330000003333444443000000333444444333333
  299.             3333344444300000000333443330000000033334333333333333333333333333
  300.             3333300000000000000333333333333333333000000000000003}
  301.           OnClick = UnIndentButtonClick
  302.         end
  303.         object IndentButton: TSpeedButton
  304.           Left = 91
  305.           Top = 0
  306.           Width = 22
  307.           Height = 22
  308.           Hint = 'Indent'
  309.           Enabled = False
  310.           Glyph.Data = {
  311.             F6000000424DF600000000000000760000002800000010000000100000000100
  312.             0400000000008000000000000000000000001000000010000000000000000000
  313.             80000080000000808000800000008000800080800000C0C0C000808080000000
  314.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  315.             3333300000000000000333333333333333333000000000000003333333333333
  316.             3333334333333333333333443330000003334444433000000333444444333333
  317.             3333444443300000000333443330000000033343333333333333333333333333
  318.             3333300000000000000333333333333333333000000000000003}
  319.           Layout = blGlyphRight
  320.           OnClick = IndentButtonClick
  321.         end
  322.         object BulletButton: TSpeedButton
  323.           Left = 112
  324.           Top = 0
  325.           Width = 22
  326.           Height = 22
  327.           Hint = 'Bullet Text'
  328.           AllowAllUp = True
  329.           GroupIndex = 6
  330.           Enabled = False
  331.           Glyph.Data = {
  332.             F6000000424DF600000000000000760000002800000010000000100000000100
  333.             0400000000008000000000000000000000001000000010000000000000000000
  334.             80000080000000808000800000008000800080800000C0C0C000808080000000
  335.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  336.             3333333333333333333334443333333333333444300000000003344433333333
  337.             3333333333333333333333333333333333333444333333333333344430000000
  338.             0003344433333333333333333333333333333333333333333333344433333333
  339.             3333344430000000000334443333333333333333333333333333}
  340.           OnClick = BulletButtonClick
  341.         end
  342.         object AutoHangButton: TSpeedButton
  343.           Left = 132
  344.           Top = 0
  345.           Width = 22
  346.           Height = 22
  347.           Hint = 'Auto-Hang'
  348.           AllowAllUp = True
  349.           GroupIndex = 6
  350.           Enabled = False
  351.           Glyph.Data = {
  352.             F6000000424DF600000000000000760000002800000010000000100000000100
  353.             0400000000008000000000000000000000001000000010000000000000000000
  354.             80000080000000808000800000008000800080800000C0C0C000808080000000
  355.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  356.             0003333333333333333330000000000000033333333333333333333330000000
  357.             0003333330000000000333333333333333333333300000000003333330000000
  358.             0003333333333333333330000000000000033000000000000003333333333333
  359.             3333300000000000000333333333333333333000000000000003}
  360.           OnClick = AutoHangButtonClick
  361.         end
  362.       end
  363.     end
  364.     object EditXToolBar: TXToolBar
  365.       Left = 76
  366.       Top = 2
  367.       Width = 94
  368.       Height = 28
  369.       Hint = 'Edit Commands'
  370.       Caption = 'Edit Toolbar'
  371.       DockedTo = TopDocks
  372.       DockLine = 0
  373.       DockPos = 74
  374.       OnDockChanged = FileXToolBarDockChanged
  375.       OnVisibleChanged = EditXToolBarVisibleChanged
  376.       object CutButton: TSpeedButton
  377.         Left = 3
  378.         Top = 3
  379.         Width = 22
  380.         Height = 22
  381.         Hint = 'Cut'
  382.         Enabled = False
  383.         Glyph.Data = {
  384.           76010000424D7601000000000000760000002800000020000000100000000100
  385.           04000000000000010000130B0000130B00000000000000000000000000000000
  386.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  387.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  388.           3333333333333333FF3333333333333003333333333333377F33333333333307
  389.           733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  390.           000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  391.           777077777777777777773CCCCC00000000003777777777777777333330030FFF
  392.           FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  393.           FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  394.           0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  395.           0F03333333337FFF7F7333333333000000333333333377777733}
  396.         NumGlyphs = 2
  397.         OnClick = CutButtonClick
  398.       end
  399.       object CopyButton: TSpeedButton
  400.         Left = 25
  401.         Top = 3
  402.         Width = 22
  403.         Height = 22
  404.         Hint = 'Copy'
  405.         Enabled = False
  406.         Glyph.Data = {
  407.           76010000424D7601000000000000760000002800000020000000100000000100
  408.           04000000000000010000130B0000130B00000000000000000000000000000000
  409.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  410.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  411.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  412.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  413.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  414.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  415.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  416.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  417.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  418.           93337FFFF7737777733300000033333333337777773333333333}
  419.         NumGlyphs = 2
  420.         OnClick = CopyButtonClick
  421.       end
  422.       object PasteButton: TSpeedButton
  423.         Left = 47
  424.         Top = 3
  425.         Width = 22
  426.         Height = 22
  427.         Hint = 'Paste'
  428.         Enabled = False
  429.         Glyph.Data = {
  430.           76010000424D7601000000000000760000002800000020000000100000000100
  431.           04000000000000010000130B0000130B00000000000000000000000000000000
  432.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  433.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  434.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  435.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  436.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  437.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  438.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  439.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  440.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  441.           93337777FF777777733370000000073333333777777773333333}
  442.         NumGlyphs = 2
  443.         OnClick = PasteButtonClick
  444.       end
  445.       object UndoButton: TSpeedButton
  446.         Left = 69
  447.         Top = 3
  448.         Width = 22
  449.         Height = 22
  450.         Hint = 'Undo'
  451.         Enabled = False
  452.         Glyph.Data = {
  453.           76010000424D7601000000000000760000002800000020000000100000000100
  454.           04000000000000010000130B0000130B00000000000000000000000000000000
  455.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  456.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  457.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  458.           3333333777333777FF3333993333339993333377FF3333377FF3399993333339
  459.           993337777FF3333377F3393999333333993337F777FF333337FF993399933333
  460.           399377F3777FF333377F993339993333399377F33777FF33377F993333999333
  461.           399377F333777FF3377F993333399933399377F3333777FF377F993333339993
  462.           399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
  463.           99333773FF3333777733339993333339933333773FFFFFF77333333999999999
  464.           3333333777333777333333333999993333333333377777333333}
  465.         NumGlyphs = 2
  466.         OnClick = UndoButtonClick
  467.       end
  468.     end
  469.     object FileXToolBar: TXToolBar
  470.       Left = 2
  471.       Top = 2
  472.       Width = 72
  473.       Height = 28
  474.       Caption = 'File Toolbar'
  475.       DockedTo = TopDocks
  476.       DockLine = 0
  477.       DockPos = 0
  478.       OnDockChanged = FileXToolBarDockChanged
  479.       OnVisibleChanged = FileXToolBarVisibleChanged
  480.       object SaveButton: TSpeedButton
  481.         Left = 3
  482.         Top = 3
  483.         Width = 22
  484.         Height = 22
  485.         Hint = 'Save Journal'
  486.         Enabled = False
  487.         Glyph.Data = {
  488.           76010000424D7601000000000000760000002800000020000000100000000100
  489.           04000000000000010000130B0000130B00000000000000000000000000000000
  490.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  491.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  492.           7700333333337777777733333333008088003333333377F73377333333330088
  493.           88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  494.           000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  495.           FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  496.           99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  497.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  498.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  499.           93337FFFF7737777733300000033333333337777773333333333}
  500.         NumGlyphs = 2
  501.         OnClick = FileSaveJournalClick
  502.       end
  503.       object PrintButton: TSpeedButton
  504.         Left = 25
  505.         Top = 3
  506.         Width = 22
  507.         Height = 22
  508.         Hint = 'Print'
  509.         Enabled = False
  510.         Glyph.Data = {
  511.           78010000424D7801000000000000760000002800000020000000100000000100
  512.           04000000000000000000120B0000120B00000000000000000000000000000000
  513.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  514.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  515.           0003377777777777777308888888888888807F33333333333337088888888888
  516.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  517.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  518.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  519.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  520.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  521.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  522.           33333337FFFF77333333333000000333333333377777733333330000}
  523.         NumGlyphs = 2
  524.         OnClick = PrintButtonClick
  525.       end
  526.       object SpellCheckButton: TSpeedButton
  527.         Left = 47
  528.         Top = 3
  529.         Width = 22
  530.         Height = 22
  531.         Hint = 'Spell check'
  532.         Enabled = False
  533.         Glyph.Data = {
  534.           76010000424D7601000000000000760000002800000020000000100000000100
  535.           04000000000000010000120B0000120B00001000000010000000000000000000
  536.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  537.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  538.           5555555555FF5555555555555905555555555555577FF5555555555599905555
  539.           555555557777F5555555555599905555555555557777FF555555555999990555
  540.           5555555777777F5555555599999905555555557777777FF55555579905999055
  541.           55555777757777F5555579055559905555557775555777FF5555555555599905
  542.           555555555557777F555555CCC55C9905555555555555777FF5555C555C5C5990
  543.           5555555555555777FF55555CCC5CCC7905555555555555777FF555C5555C55C7
  544.           905555555555555777FF5C555C5C55C55990555555555555577755CCC55CCC55
  545.           5555555555555555555555555555555555555555555555555555}
  546.         NumGlyphs = 2
  547.         OnClick = JournalSpellCheckClick
  548.       end
  549.     end
  550.   end
  551.   object BottomDocks: TDocks
  552.     Left = 0
  553.     Top = 499
  554.     Width = 770
  555.     Height = 7
  556.     BoundLines = [dpBottom]
  557.     Position = dpBottom
  558.   end
  559.   object LeftDocks: TDocks
  560.     Left = 0
  561.     Top = 30
  562.     Width = 7
  563.     Height = 469
  564.     BoundLines = [dpLeft]
  565.     Position = dpLeft
  566.   end
  567.   object RightDocks: TDocks
  568.     Left = 763
  569.     Top = 30
  570.     Width = 7
  571.     Height = 469
  572.     BoundLines = [dpRight]
  573.     Position = dpRight
  574.   end
  575.   object JournalMainMenu: TMainMenu
  576.     Left = 80
  577.     Top = 84
  578.     object FileMenu: TMenuItem
  579.       Caption = '&File'
  580.       ShortCut = 0
  581.       object FileOpenJournal: TMenuItem
  582.         Caption = '&Open Journal'
  583.         ShortCut = 0
  584.         OnClick = FileOpenJournalClick
  585.       end
  586.       object FileCloseJournal: TMenuItem
  587.         Caption = '&Close Journal'
  588.         Enabled = False
  589.         ShortCut = 0
  590.         OnClick = FileCloseJournalClick
  591.       end
  592.       object N4: TMenuItem
  593.         Caption = '-'
  594.         ShortCut = 0
  595.       end
  596.       object FileMaintenance: TMenuItem
  597.         Caption = '&Maintenance'
  598.         ShortCut = 0
  599.         object FileMaintRebuildIndexes: TMenuItem
  600.           Caption = '&Rebuild Indexes'
  601.           ShortCut = 0
  602.           OnClick = FileMaintRebuildIndexesClick
  603.         end
  604.         object FileMaintCompactDatabase: TMenuItem
  605.           Caption = '&Compact Database'
  606.           ShortCut = 0
  607.           OnClick = FileMaintCompactDatabaseClick
  608.         end
  609.       end
  610.       object FileMinimizetoSystemTray: TMenuItem
  611.         Caption = 'Minimize to System Tray'
  612.         ShortCut = 0
  613.         OnClick = FileMinimizetoSystemTrayClick
  614.       end
  615.       object N1: TMenuItem
  616.         Caption = '-'
  617.         ShortCut = 0
  618.       end
  619.       object FileExit: TMenuItem
  620.         Caption = 'E&xit'
  621.         ShortCut = 0
  622.         OnClick = FileExitClick
  623.       end
  624.     end
  625.     object DatesMenu: TMenuItem
  626.       Caption = '&Dates'
  627.       Enabled = False
  628.       GroupIndex = 3
  629.       ShortCut = 0
  630.       OnClick = DatesMenuClick
  631.       object DatesReviewByDate: TMenuItem
  632.         Caption = 'Review by &Date'
  633.         ShortCut = 0
  634.         OnClick = ReviewByDateClick
  635.       end
  636.       object DatesReviewByCategory: TMenuItem
  637.         Caption = 'Review by &Category'
  638.         ShortCut = 0
  639.         OnClick = ReviewByCategoryClick
  640.       end
  641.       object N5: TMenuItem
  642.         Caption = '-'
  643.         ShortCut = 0
  644.       end
  645.       object DatesNewDate: TMenuItem
  646.         Caption = 'Add &New Date...'
  647.         ShortCut = 0
  648.         OnClick = DatesNewDateClick
  649.       end
  650.       object N6: TMenuItem
  651.         Caption = '-'
  652.         ShortCut = 0
  653.       end
  654.       object DatesImport: TMenuItem
  655.         Caption = '&Import...'
  656.         ShortCut = 0
  657.         OnClick = DatesImportClick
  658.       end
  659.       object DatesExport: TMenuItem
  660.         Caption = '&Export...'
  661.         ShortCut = 0
  662.         OnClick = DatesExportClick
  663.       end
  664.     end
  665.     object UserMenu: TMenuItem
  666.       Caption = '&User'
  667.       Enabled = False
  668.       GroupIndex = 3
  669.       ShortCut = 0
  670.       OnClick = DatesMenuClick
  671.       object UserEditCategories: TMenuItem
  672.         Caption = '&Edit Categories...'
  673.         ShortCut = 0
  674.         OnClick = UserEditCategoriesClick
  675.       end
  676.       object UserChangePassword: TMenuItem
  677.         Caption = '&Change Password...'
  678.         ShortCut = 0
  679.         OnClick = UserChangePasswordClick
  680.       end
  681.       object UserPreferences: TMenuItem
  682.         Caption = '&Preferences...'
  683.         ShortCut = 0
  684.         OnClick = UserPreferencesClick
  685.       end
  686.       object N3: TMenuItem
  687.         Caption = '-'
  688.         ShortCut = 0
  689.       end
  690.       object UserShowFileToolbar: TMenuItem
  691.         Caption = 'Show File Toolbar'
  692.         Enabled = False
  693.         ShortCut = 0
  694.         OnClick = UserShowFileToolbarClick
  695.       end
  696.       object UserShowEditToolbar: TMenuItem
  697.         Caption = 'Show Edit Toolbar'
  698.         Enabled = False
  699.         ShortCut = 0
  700.         OnClick = UserShowEditToolbarClick
  701.       end
  702.       object UserShowFormatToolbar: TMenuItem
  703.         Caption = 'Show Format Toolbar'
  704.         Enabled = False
  705.         ShortCut = 0
  706.         OnClick = UserShowFormatToolbarClick
  707.       end
  708.     end
  709.     object WindowMenu: TMenuItem
  710.       Caption = '&Window'
  711.       GroupIndex = 4
  712.       ShortCut = 0
  713.       object WindowCascade: TMenuItem
  714.         Caption = '&Cascade'
  715.         ShortCut = 0
  716.         OnClick = WindowCascadeClick
  717.       end
  718.       object WindowTile: TMenuItem
  719.         Caption = '&Tile'
  720.         ShortCut = 0
  721.         OnClick = WindowTileClick
  722.       end
  723.       object WindowArrangeIcons: TMenuItem
  724.         Caption = '&Arrange Icons'
  725.         ShortCut = 0
  726.         OnClick = WindowArrangeIconsClick
  727.       end
  728.     end
  729.     object HelpMenu: TMenuItem
  730.       Caption = '&Help'
  731.       GroupIndex = 5
  732.       ShortCut = 0
  733.       OnClick = HelpMenuClick
  734.       object HelpTopics: TMenuItem
  735.         Caption = '&Help Topics'
  736.         ShortCut = 112
  737.         OnClick = HelpTopicsClick
  738.       end
  739.       object N2: TMenuItem
  740.         Caption = '-'
  741.         ShortCut = 0
  742.       end
  743.       object HelpAbout: TMenuItem
  744.         Caption = '&About The Journal'
  745.         ShortCut = 0
  746.         OnClick = HelpAboutClick
  747.       end
  748.       object HelpRegisterDash: TMenuItem
  749.         Caption = '-'
  750.         ShortCut = 0
  751.       end
  752.       object HelpRegister: TMenuItem
  753.         Caption = '&Register The Journal'
  754.         ShortCut = 0
  755.         OnClick = HelpRegisterClick
  756.       end
  757.     end
  758.   end
  759.   object SaveTimer: TTimer
  760.     Enabled = False
  761.     OnTimer = SaveTimerTimer
  762.     Left = 112
  763.     Top = 84
  764.   end
  765.   object MainResolutionFix: TResolutionFix
  766.     DesignRes = 96
  767.     Left = 80
  768.     Top = 116
  769.   end
  770.   object JournalTrayPopupMenu: TPopupMenu
  771.     Left = 112
  772.     Top = 148
  773.     object TrayPopupRestore: TMenuItem
  774.       Caption = '&Restore'
  775.       Default = True
  776.       ShortCut = 0
  777.       OnClick = JournalTrayIconClick
  778.     end
  779.     object TrayPopupClose: TMenuItem
  780.       Caption = '&Close'
  781.       ShortCut = 0
  782.       OnClick = FileExitClick
  783.     end
  784.   end
  785.   object JournalSpellCheck: TSpellCheck
  786.     FileName = 'ENGLISH.DCT'
  787.     UserFileName = 'DEFAULT.UDT'
  788.     UseAppDir = False
  789.     MaxSuggest = 30
  790.     DemandLoad = True
  791.     CheckStyle = csRich
  792.     SelBehavior = sbAvoid
  793.     EndShowMessage = True
  794.     EndMessage = 'Spell Check Complete'
  795.     DialogCaption = 'Spell Check'
  796.     StatusUserDict = dsEnabled
  797.     StatusMainDict = dsEnabled
  798.     SpecialChars = #39'.'
  799.     MakeSuggestions = True
  800.     CoveragesNorm = [c_2_transposed, c_1_extra, c_1_missing, c_1_wrong, c_2_transposed_3rd, c_2_extra, c_split_words]
  801.     CoveragesCase = [c_2_transposed, c_1_extra, c_1_missing, c_1_wrong, c_2_transposed_3rd, c_2_extra, c_split_words]
  802.     SuggestButton = False
  803.     WaitForCompletion = False
  804.     Left = 80
  805.     Top = 180
  806.   end
  807.   object JournalTrayIcon: TTrayIcon
  808.     Active = False
  809.     Hint = 'The Journal'
  810.     Icon.Data = {<image000.ico>}
  811.     PopupMenu = JournalTrayPopupMenu
  812.     OnClick = JournalTrayIconClick
  813.     OnMinimize = JournalTrayIconMinimize
  814.     OnRestore = JournalTrayIconRestore
  815.     Left = 80
  816.     Top = 148
  817.   end
  818. end
  819.